home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / c / stsbarc.exe / README.TXT < prev    next >
Text File  |  1991-10-04  |  2KB  |  59 lines

  1. The STSBAR.ZIP file contains Version 1.2.0 of the Status Bar Control Dynamic 
  2. Link Library and an external header file. These two files will allow you to 
  3. access the Status Bar Control. Also included is a sample program SBTEST.* 
  4. that shows one how to access the control. A manual is provided in a Microsoft
  5. Word for Windows and a Microsoft Write format. In the document every message 
  6. is explained in detail and the layout resembles that of the Microsoft Windows
  7. SDK Manuals.
  8.  
  9. The Status Bar Control DLL is a shareware product. I welcome any suggestions, 
  10. comments or questions you may have on this product. The source code is also 
  11. available. Please direct all requests to the address or telephone number 
  12. below. 
  13.  
  14.                         Jean-Marc Krikorian 
  15.                            525 Sandy Lane 
  16.                       Libertyville, IL  60048 
  17.                            (708) 816-3314 
  18.  
  19. The zipfile contains the following files:
  20.  
  21.         STSBAR.DLL - The control's DLL
  22.         STSBAR.EXT - The control's external file header
  23.  
  24.         SBTEST.MAK - These SBTEST.* files comprise the sample application
  25.         SBTEST.C
  26.         SBTEST.H
  27.         SBTEST.OBJ
  28.         SBTEST.RC
  29.         SBTEST.ICO
  30.         SBTEST.RES
  31.         SBTEST.DEF
  32.         SBTEST.EXE
  33.  
  34.         STSBAR.DOC - The Microsoft Word for Windows manual for the control
  35.         STSBAR.WRI - The Microsoft Write manual for the control
  36.  
  37.         README.TXT - This file
  38.  
  39.  
  40. NEW FEATURES in Version 1.2.0
  41.  
  42. 1.) The displaying of text has been optimized such that the flickering of
  43.     previous versions is eliminated.
  44.  
  45. 2.) Modified the implementation such that the user must call LoadLibrary() 
  46.     and FreeLibrary() to access the Status Bar Control. These functions
  47.     replace the StatusBarInit() and StatusBarUnInit() functions, 
  48.     respectively. This was done to conform to the way other control dlls 
  49.     work and to make it easier for the programmer. With this method no import
  50.     library is needed.
  51.  
  52. 3.) When the Status Bar is created a check is now made for the monitor type, 
  53.     so that the defaults are specific to it. For example, if the monitor is 
  54.     a VGA or better then the Face Style is 3D and the Face Color is Gray.
  55.     As a result, the programmer does not have to set these values through 
  56.     SendMessage() calls after creating the Status Bar Control.
  57.  
  58. Please refer to the manual for more information.
  59.